home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / daemons / dns / bind-4.005 < prev    next >
Encoding:
Text File  |  1996-11-17  |  400 b   |  24 lines

  1. Patch to build named 4.9.3-BETA24 in ELF with shared libresolv
  2.  
  3. To build:
  4.  
  5. # tar xvzf bind-4.9.3-BETA24.tar.gz
  6. # patch -p1 < /where/this/patch/is 2> errors
  7. # make
  8. # make install
  9.  
  10. It works with:
  11.  
  12. - linux-1.3.15
  13. - gcc-2.7.0
  14. - libc.so.5.2.4
  15. - ld.so-1.7.5
  16.  
  17. Source for bind-4.9.3-BETA24.tar.gz can be found in 
  18.  
  19. ftp://ftp.vix.com/pub/bind/testing/bind-4.9.3-BETA24.tar.gz
  20.  
  21. Enjoy,
  22.  
  23. manolo@hptitan.ulpgc.es
  24.